home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / incoming / a2410-68040.patch.readme < prev    next >
Text File  |  1996-01-07  |  783b  |  30 lines

  1. This is a patch for the grf_ul.c driver, for those perverts, who operate
  2. NetBSD-1.1 on a 68040 machine or maybe an accelerated 68030 (more than 25
  3. MHz) (no, that part is ok) with an A2410 graphics board. 
  4.  
  5. You probably will need to remove the A2410 from your computer to apply
  6. it. Sorry for that, but I never met anybody who had that setup before
  7. NetBSD-1.1 was released, so it was untested.
  8.  
  9. Prerequisites: NetBSD-1.1 and kernel sources (ksrc11 distribution)
  10. installed. 
  11.  
  12. cd /usr/src/sys/arch/amiga/dev
  13. patch -p0 < A2410-68040.patch
  14. cd ../compile/YOURKERNELNAME
  15. make depend
  16. make
  17.  
  18. ...or, in case you never have built a kernel before:
  19.  
  20. cd /usr/src/sys/arch/amiga/dev
  21. patch -p0 < A2410-68040.patch
  22. cd ../conf
  23. config GENERIC
  24. cd ../compile/GENERIC
  25. make depend
  26. make
  27.  
  28.     Ignatios Souvatzis
  29.  
  30.